home *** CD-ROM | disk | FTP | other *** search
/ World of Amiga / World of Amiga.iso / s / startup-sequence < prev    next >
Text File  |  1995-01-18  |  827b  |  64 lines

  1. assign t: ram:
  2. Mount NewCon:
  3. ;
  4. check 40
  5. if warn
  6. assign Libs: Sys:Library3.0/
  7. execute sys:s/Startup3.0
  8. endif
  9. ;
  10. check 39
  11. if warn
  12. assign Libs: Sys:Library3.0/
  13. execute sys:s/Startup3.0
  14. endif
  15. ;
  16. check 38
  17. if warn
  18. assign Libs: Sys:Library2.0/
  19. execute sys:s/Startup2.0
  20. endif
  21. ;
  22. check 37
  23. if warn
  24. assign Libs: Sys:Library2.0/
  25. execute sys:s/Startup2.0
  26. endif
  27. ;
  28. check 34
  29. if warn
  30. assign1.3 Libs: Sys:Library1.3/
  31. execute1.3 sys:s/Startup1.3
  32. endif
  33. ;
  34. check 41
  35. if warn
  36. fakemouse
  37. assign Libs: Sys:Library3.0/
  38. execute sys:s/Startup3.0
  39. endif
  40. ;
  41. check 42
  42. if warn
  43. assign Libs: Sys:Library3.0/
  44. execute sys:s/Startup3.0
  45. endif
  46. ;
  47. check 43
  48. if warn
  49. assign Libs: Sys:Library3.0/
  50. execute sys:s/Startup3.0
  51. endif
  52. ;
  53. check 44
  54. if warn
  55. assign Libs: Sys:Library3.0/
  56. execute sys:s/Startup3.0
  57. endif
  58. ;
  59. assign1.3 Libs: Sys:Library1.3/
  60. execute1.3 sys:s/Startup1.3
  61. endif
  62. ;
  63.  
  64.